SetWebLifecycleStateRequest

data class SetWebLifecycleStateRequest(state: String)

Represents request frame that can be used with Page#setWebLifecycleState operation call.

Tries to update the web lifecycle state of the page. It will transition the page to the given state according to: https://github.com/WICG/web-lifecycle/

See also

Constructors

SetWebLifecycleStateRequest
Link copied to clipboard
fun SetWebLifecycleStateRequest(state: String)

Properties

state
Link copied to clipboard
val state: String
Target lifecycle state

Sources

jvm source
Link copied to clipboard